home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
COMMUNIC
/
UNICOM_C.ZIP
/
SRCHLITE.SC_
/
SRCHLITE.SC
Wrap
Text File
|
1993-04-22
|
437b
|
20 lines
; Searchlight BBS login script for Unicom 3
;
;
Delay(1000)
Send("^M")
Waitfor(".!!!")
Delay(500)
Send("^[")
Delay(250)
Send("^[")
Waitfor("?") ; Prompt to select C - Color, M - Mono or N - none
Delay(250)
Send ("C^M") ; Set this to C, M or N
Waitfor("Enter your name,")
Delay(1500)
Send("JIM SMITH^M") ; YOUR FULL NAME GOES HERE
Waitfor("Password?")
Delay(1000)
Send("YOURPASSWORD^M") ; Your password goes here
Exit